Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ListItem Constructor / ListItem Constructor(SubItem[],Object)
A collection of the SubItem object.
An object value that represents the imgae of the ListItem.


In This Topic
    ListItem Constructor(SubItem[],Object)
    In This Topic
    Initializes a new instance of the ListItem class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal subItems() As SubItem, _
       ByVal image As Object _
    )
    'Usage
     
    
    Dim subItems() As SubItem
    Dim image As Object
     
    Dim instance As New ListItem(subItems, image)
    public ListItem( 
       SubItem[] subItems,
       object image
    )

    Parameters

    subItems
    A collection of the SubItem object.
    image
    An object value that represents the imgae of the ListItem.
    See Also